projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d317b2
)
(x-selection-timeout): Use 20000 as default.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 22:32:07 +0000
(22:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 22:32:07 +0000
(22:32 +0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index 807aa5e2bf4dfc3fbb220466e5f6e13e589de92d..8b3b49cd87fe50d3b1ff5df59faee1daef3d0c6c 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-574,7
+574,7
@@
This returns ARGS with the arguments that have been processed removed."
;; Set x-selection-timeout, measured in milliseconds.
(let ((res-selection-timeout
(x-get-resource "selectionTimeout" "SelectionTimeout")))
- (setq x-selection-timeout
5
000)
+ (setq x-selection-timeout
20
000)
(if res-selection-timeout
(setq x-selection-timeout (string-to-number res-selection-timeout))))